From: Christophe Fergeau Date: Tue, 28 Nov 2017 16:43:24 +0000 (+0100) Subject: wayland: Remove unused data structure X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~38^2~147 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=beb2caacb96661069cb79e9c076f6f6d91527214;p=gtk%2B3.0.git wayland: Remove unused data structure Signed-off-by: Christophe Fergeau https://bugzilla.gnome.org/show_bug.cgi?id=790031 --- diff --git a/gdk/wayland/gdkselection-wayland.c b/gdk/wayland/gdkselection-wayland.c index b31af85139..0012febd9e 100644 --- a/gdk/wayland/gdkselection-wayland.c +++ b/gdk/wayland/gdkselection-wayland.c @@ -61,12 +61,6 @@ struct _StoredSelection gint fd; }; -struct _DataSourceData -{ - GdkWindow *window; - GdkAtom selection; -}; - struct _DataOfferData { GDestroyNotify destroy_notify;